Q2. Using the tips dataset in the Plotly library, plot a box plot using Plotly express.

Q3. Using the tips dataset in the Plotly library, Plot a histogram for x= "sex" and y="total_bill" column in the tips dataset. Also, use the "smoker" column with the pattern_shape parameter and the "day" column with the color parameter.

Q4. Using the iris dataset in the Plotly library, Plot a scatter matrix plot, using the "species" column for the color parameter. Note: Use "sepal_length", "sepal_width", "petal_length", "petal_width" columns only with the dimensions parameter.

Q5. What is Distplot? Using Plotly express, plot a distplot.

The displot figure factory display a combination of statistical representing of numerical data,such as histogram,kernel density estimation or normal curve,and rug plot.

The displot can composed of all or any combination of the following 3 components:- a)histogram b)curve c)rug plot